home *** CD-ROM | disk | FTP | other *** search
- <<<<<<<<<<<<<<<<<<<<< RECOVER >>>>>>>>>>>>>>>>>>>>>
-
- PURPOSE: Recovers files from a disk that has developed a bad sector
- ... minus the data in the bad sector. Also can recover all files on
- the disk if the directory is damaged.
-
- CAUTION: If you are working with a damaged floppy disk ... make a
- copy of the disk first using DISKCOPY. Text files will normally
- require editing to remove unwanted data at the end of the file.
-
- ; RECOVER LETTERS.TXT Causes the file LETTERS.TXT on the
- ; current directory of the default
- ; drive to be recovered. The bad
- ; sector(s) will be missing from the
- ; rebuilt file.
-
- ; RECOVER A:\WP\LETTERS.* Attempts to recover the first file
- ; named LETTERS regardless of extension
- ; in the directory WP of Drive A. The
- ; command does not attempt to recover
- ; multiple files when you specify wild
- ; cards.
- ###